GoXam for WPF v3
GetCategoryForNode Method (TreeModel<NodeType,NodeKey>)
Northwoods.GoXam.Model Namespace > TreeModel<NodeType,NodeKey> Class : GetCategoryForNode Method
This method gets the category of a node.
Syntax
public string GetCategoryForNode( 
   NodeType nodedata
)

Parameters

nodedata

Return Value

a String, defaulting to the empty string
Remarks

This is used for model navigation and graph traversal.

This model assumes that the value will never change.

See Also

Reference

TreeModel<NodeType,NodeKey> Class
TreeModel<NodeType,NodeKey> Members